Skip to main content
Version: 3.x.x

ClientErrorType


import { ClientErrorType } from "@hyper-fetch/core"

Description

Defined in client/client.types.ts:6

Preview

type ClientErrorType = Record<string, any> | string;

Structure

Record<string, any> | string